home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 415_02 / rtti / rtti_make_vars < prev    next >
Encoding:
Text File  |  1993-11-01  |  492 b   |  18 lines

  1. # Makefile include file for rtti libraries
  2.  
  3. # C++     What C++ compiler to use
  4. CC             = /nfs/defender/u/axb/lang/attc++.build/attc++/CC
  5. #CC = xlC -+ -qlanglvl=compat
  6.  
  7. # ARCFLAGS    What flags to pass to the C++ processor ?
  8. # The TRACE flag allows the Trace class to actually print out error
  9. # messages. If this is not set - the error messages are not printed.
  10. ARCFLAGS                = -I$(RTINC) -DTRACE 
  11.  
  12. # What ar to use
  13. AR            = ar
  14.  
  15. # What flags to give to ar
  16. ARFLAGS        = crv
  17.  
  18.